home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / dfedit.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1986-02-01  |  425b  |  11 lines

  1. REM *******************************************************
  2. REM  Installation batch stream to install DFEDIT utilities.
  3. REM    Insert this disk in drive A.
  4. REM    Insert your working disk in drive A: B: C: or other
  5. REM    Then use the following command.
  6. REM     A:INSTALL (A, B, C, or other)
  7. REM *******************************************************
  8. mkdir %1:\DFEDIT
  9. copy a:*.exe %1:\ /v
  10. copy a:*.hlp %1:\DFEDIT /v
  11.